DRAW TO SCREEN

This command will direct all 2D drawing activity away from the camera, rather than sending it all to the camera as would happen if the DRAW TO CAMERA command was used.

  Syntax
DRAW TO SCREEN
  Returns

This command does not return a value.

  Description

This command restores the default behaviour of sending all text, 2D art, image pasting and sprites to the backbuffer.

  Example Code
DRAW TO SCREEN
PRINT "HELLO"
WAIT KEY
  See also

CORE Commands Menu
Index